/*

    This is an example particle that just shows some text.  Since it's in the non-auto particles folder, G-Force will never start this particle on it's own.  It intead is only started from a script file or from a key that's mapped to key-script that contains "Example Sprite".

*/


// Choose a speed
Sped="20",

/* Use GF to give us cords that bounce around the screen. */ 
X="XPOS",
Y="YPOS",
 

// The 'Pen' and 'EPen' paramters are omitted from this config -- see "Default Sprite"

// See "Spinners"
PDur="5",

// Compatibilty...
Vers=100
 